home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 35 / PC Gamer IT CD 35 2-2.iso / utility / hmonitor / HMONITOR.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1998-09-16  |  19KB  |  662 lines

  1. object Form1: TForm1
  2.   Left = 301
  3.   Top = 507
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Hardware sensors monitor'
  9.   ClientHeight = 148
  10.   ClientWidth = 308
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Temperatures: TGroupBox
  24.     Left = 4
  25.     Top = 2
  26.     Width = 301
  27.     Height = 40
  28.     Caption = 'Temperatures'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -12
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.     TabOrder = 0
  36.     object Temp2: TLabel
  37.       Left = 102
  38.       Top = 17
  39.       Width = 50
  40.       Height = 13
  41.       Alignment = taRightJustify
  42.       AutoSize = False
  43.       Caption = 'CPU1'
  44.       Font.Charset = DEFAULT_CHARSET
  45.       Font.Color = clWindowText
  46.       Font.Height = -12
  47.       Font.Name = 'MS Sans Serif'
  48.       Font.Style = []
  49.       ParentFont = False
  50.     end
  51.     object Temp1: TLabel
  52.       Left = 5
  53.       Top = 17
  54.       Width = 50
  55.       Height = 13
  56.       Alignment = taRightJustify
  57.       AutoSize = False
  58.       Caption = 'Mainboard'
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clWindowText
  61.       Font.Height = -12
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = []
  64.       ParentFont = False
  65.     end
  66.     object Temp3: TLabel
  67.       Left = 198
  68.       Top = 17
  69.       Width = 50
  70.       Height = 13
  71.       Alignment = taRightJustify
  72.       AutoSize = False
  73.       Caption = 'CPU2'
  74.       Font.Charset = DEFAULT_CHARSET
  75.       Font.Color = clWindowText
  76.       Font.Height = -12
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = []
  79.       ParentFont = False
  80.     end
  81.     object Edit1: TStaticText
  82.       Left = 153
  83.       Top = 16
  84.       Width = 45
  85.       Height = 16
  86.       Alignment = taCenter
  87.       AutoSize = False
  88.       BorderStyle = sbsSunken
  89.       Caption = 'xx.x∩┐╜C'
  90.       Color = clBtnFace
  91.       Enabled = False
  92.       Font.Charset = DEFAULT_CHARSET
  93.       Font.Color = clWindowText
  94.       Font.Height = -12
  95.       Font.Name = 'MS Sans Serif'
  96.       Font.Style = []
  97.       ParentColor = False
  98.       ParentFont = False
  99.       ParentShowHint = False
  100.       ShowHint = True
  101.       TabOrder = 0
  102.     end
  103.     object Edit2: TStaticText
  104.       Left = 56
  105.       Top = 16
  106.       Width = 45
  107.       Height = 16
  108.       Alignment = taCenter
  109.       AutoSize = False
  110.       BorderStyle = sbsSunken
  111.       Caption = 'xx.x∩┐╜C'
  112.       Color = clBtnFace
  113.       Enabled = False
  114.       Font.Charset = DEFAULT_CHARSET
  115.       Font.Color = clWindowText
  116.       Font.Height = -12
  117.       Font.Name = 'MS Sans Serif'
  118.       Font.Style = []
  119.       ParentColor = False
  120.       ParentFont = False
  121.       ParentShowHint = False
  122.       ShowHint = True
  123.       TabOrder = 1
  124.     end
  125.     object Edit15: TStaticText
  126.       Left = 250
  127.       Top = 16
  128.       Width = 45
  129.       Height = 16
  130.       Alignment = taCenter
  131.       AutoSize = False
  132.       BorderStyle = sbsSunken
  133.       Caption = 'xx.x∩┐╜C'
  134.       Color = clBtnFace
  135.       Enabled = False
  136.       Font.Charset = DEFAULT_CHARSET
  137.       Font.Color = clWindowText
  138.       Font.Height = -12
  139.       Font.Name = 'MS Sans Serif'
  140.       Font.Style = []
  141.       ParentColor = False
  142.       ParentFont = False
  143.       ParentShowHint = False
  144.       ShowHint = True
  145.       TabOrder = 2
  146.     end
  147.   end
  148.   object Coolers: TGroupBox
  149.     Left = 4
  150.     Top = 43
  151.     Width = 301
  152.     Height = 40
  153.     Caption = 'Cooling fans'
  154.     Font.Charset = DEFAULT_CHARSET
  155.     Font.Color = clWindowText
  156.     Font.Height = -12
  157.     Font.Name = 'MS Sans Serif'
  158.     Font.Style = [fsBold]
  159.     ParentFont = False
  160.     TabOrder = 1
  161.     object Fan2: TLabel
  162.       Left = 103
  163.       Top = 17
  164.       Width = 36
  165.       Height = 13
  166.       Alignment = taRightJustify
  167.       AutoSize = False
  168.       Caption = 'CPU'
  169.       Font.Charset = DEFAULT_CHARSET
  170.       Font.Color = clWindowText
  171.       Font.Height = -12
  172.       Font.Name = 'MS Sans Serif'
  173.       Font.Style = []
  174.       ParentFont = False
  175.     end
  176.     object Fan3: TLabel
  177.       Left = 200
  178.       Top = 17
  179.       Width = 36
  180.       Height = 13
  181.       Alignment = taRightJustify
  182.       AutoSize = False
  183.       Caption = 'Power'
  184.       Font.Charset = DEFAULT_CHARSET
  185.       Font.Color = clWindowText
  186.       Font.Height = -12
  187.       Font.Name = 'MS Sans Serif'
  188.       Font.Style = []
  189.       ParentFont = False
  190.     end
  191.     object Fan1: TLabel
  192.       Left = 6
  193.       Top = 17
  194.       Width = 36
  195.       Height = 13
  196.       Alignment = taRightJustify
  197.       AutoSize = False
  198.       Caption = 'Chassis'
  199.       Font.Charset = DEFAULT_CHARSET
  200.       Font.Color = clWindowText
  201.       Font.Height = -12
  202.       Font.Name = 'MS Sans Serif'
  203.       Font.Style = []
  204.       ParentFont = False
  205.     end
  206.     object Edit3: TStaticText
  207.       Left = 142
  208.       Top = 16
  209.       Width = 55
  210.       Height = 16
  211.       Alignment = taCenter
  212.       AutoSize = False
  213.       BorderStyle = sbsSunken
  214.       Caption = 'xxxxRPM'
  215.       Color = clBtnFace
  216.       Enabled = False
  217.       Font.Charset = DEFAULT_CHARSET
  218.       Font.Color = clWindowText
  219.       Font.Height = -12
  220.       Font.Name = 'MS Sans Serif'
  221.       Font.Style = []
  222.       ParentColor = False
  223.       ParentFont = False
  224.       ParentShowHint = False
  225.       ShowHint = True
  226.       TabOrder = 0
  227.     end
  228.     object Edit4: TStaticText
  229.       Left = 240
  230.       Top = 16
  231.       Width = 55
  232.       Height = 16
  233.       Alignment = taCenter
  234.       AutoSize = False
  235.       BorderStyle = sbsSunken
  236.       Caption = 'xxxxRPM'
  237.       Color = clBtnFace
  238.       Enabled = False
  239.       Font.Charset = DEFAULT_CHARSET
  240.       Font.Color = clWindowText
  241.       Font.Height = -12
  242.       Font.Name = 'MS Sans Serif'
  243.       Font.Style = []
  244.       ParentColor = False
  245.       ParentFont = False
  246.       ParentShowHint = False
  247.       ShowHint = True
  248.       TabOrder = 1
  249.     end
  250.     object Edit11: TStaticText
  251.       Left = 46
  252.       Top = 16
  253.       Width = 55
  254.       Height = 16
  255.       Alignment = taCenter
  256.       AutoSize = False
  257.       BorderStyle = sbsSunken
  258.       Caption = 'xxxxRPM'
  259.       Color = clBtnFace
  260.       Enabled = False
  261.       Font.Charset = DEFAULT_CHARSET
  262.       Font.Color = clWindowText
  263.       Font.Height = -12
  264.       Font.Name = 'MS Sans Serif'
  265.       Font.Style = []
  266.       ParentColor = False
  267.       ParentFont = False
  268.       ParentShowHint = False
  269.       ShowHint = True
  270.       TabOrder = 2
  271.     end
  272.   end
  273.   object Voltages: TGroupBox
  274.     Left = 4
  275.     Top = 84
  276.     Width = 301
  277.     Height = 61
  278.     Caption = 'Voltages'
  279.     Font.Charset = DEFAULT_CHARSET
  280.     Font.Color = clWindowText
  281.     Font.Height = -12
  282.     Font.Name = 'MS Sans Serif'
  283.     Font.Style = [fsBold]
  284.     ParentFont = False
  285.     TabOrder = 2
  286.     object Label11: TLabel
  287.       Left = 158
  288.       Top = 16
  289.       Width = 28
  290.       Height = 13
  291.       Alignment = taRightJustify
  292.       Caption = 'Core1'
  293.       Font.Charset = DEFAULT_CHARSET
  294.       Font.Color = clWindowText
  295.       Font.Height = -12
  296.       Font.Name = 'MS Sans Serif'
  297.       Font.Style = []
  298.       ParentFont = False
  299.     end
  300.     object Label12: TLabel
  301.       Left = 88
  302.       Top = 17
  303.       Width = 19
  304.       Height = 13
  305.       Alignment = taRightJustify
  306.       Caption = '+5V'
  307.       Font.Charset = DEFAULT_CHARSET
  308.       Font.Color = clWindowText
  309.       Font.Height = -12
  310.       Font.Name = 'MS Sans Serif'
  311.       Font.Style = []
  312.       ParentFont = False
  313.     end
  314.     object Label13: TLabel
  315.       Left = 6
  316.       Top = 17
  317.       Width = 25
  318.       Height = 16
  319.       Alignment = taRightJustify
  320.       AutoSize = False
  321.       Caption = '+12V'
  322.       Font.Charset = DEFAULT_CHARSET
  323.       Font.Color = clWindowText
  324.       Font.Height = -12
  325.       Font.Name = 'MS Sans Serif'
  326.       Font.Style = []
  327.       ParentFont = False
  328.     end
  329.     object Label14: TLabel
  330.       Left = 233
  331.       Top = 16
  332.       Width = 16
  333.       Height = 13
  334.       Alignment = taRightJustify
  335.       Caption = 'I/O'
  336.       Font.Charset = DEFAULT_CHARSET
  337.       Font.Color = clWindowText
  338.       Font.Height = -12
  339.       Font.Name = 'MS Sans Serif'
  340.       Font.Style = []
  341.       ParentFont = False
  342.     end
  343.     object Label15: TLabel
  344.       Left = 91
  345.       Top = 41
  346.       Width = 16
  347.       Height = 13
  348.       Alignment = taRightJustify
  349.       Caption = '-5V'
  350.       Font.Charset = DEFAULT_CHARSET
  351.       Font.Color = clWindowText
  352.       Font.Height = -12
  353.       Font.Name = 'MS Sans Serif'
  354.       Font.Style = []
  355.       ParentFont = False
  356.     end
  357.     object Label16: TLabel
  358.       Left = 9
  359.       Top = 41
  360.       Width = 22
  361.       Height = 13
  362.       Alignment = taRightJustify
  363.       Caption = '-12V'
  364.       Font.Charset = DEFAULT_CHARSET
  365.       Font.Color = clWindowText
  366.       Font.Height = -12
  367.       Font.Name = 'MS Sans Serif'
  368.       Font.Style = []
  369.       ParentFont = False
  370.     end
  371.     object Label17: TLabel
  372.       Left = 158
  373.       Top = 40
  374.       Width = 28
  375.       Height = 13
  376.       Alignment = taRightJustify
  377.       Caption = 'Core2'
  378.       Font.Charset = DEFAULT_CHARSET
  379.       Font.Color = clWindowText
  380.       Font.Height = -12
  381.       Font.Name = 'MS Sans Serif'
  382.       Font.Style = []
  383.       ParentFont = False
  384.     end
  385.     object Edit5: TStaticText
  386.       Left = 188
  387.       Top = 15
  388.       Width = 41
  389.       Height = 16
  390.       Alignment = taCenter
  391.       AutoSize = False
  392.       BorderStyle = sbsSunken
  393.       Caption = '+x.xxV'
  394.       Color = clBtnFace
  395.       Enabled = False
  396.       Font.Charset = DEFAULT_CHARSET
  397.       Font.Color = clWindowText
  398.       Font.Height = -12
  399.       Font.Name = 'MS Sans Serif'
  400.       Font.Style = []
  401.       ParentColor = False
  402.       ParentFont = False
  403.       ParentShowHint = False
  404.       ShowHint = True
  405.       TabOrder = 0
  406.     end
  407.     object Edit6: TStaticText
  408.       Left = 111
  409.       Top = 16
  410.       Width = 40
  411.       Height = 16
  412.       Alignment = taCenter
  413.       AutoSize = False
  414.       BorderStyle = sbsSunken
  415.       Caption = '+x.xxV'
  416.       Color = clBtnFace
  417.       Enabled = False
  418.       Font.Charset = DEFAULT_CHARSET
  419.       Font.Color = clWindowText
  420.       Font.Height = -12
  421.       Font.Name = 'MS Sans Serif'
  422.       Font.Style = []
  423.       ParentColor = False
  424.       ParentFont = False
  425.       ParentShowHint = False
  426.       ShowHint = True
  427.       TabOrder = 1
  428.     end
  429.     object Edit7: TStaticText
  430.       Left = 36
  431.       Top = 16
  432.       Width = 49
  433.       Height = 16
  434.       Alignment = taCenter
  435.       AutoSize = False
  436.       BorderStyle = sbsSunken
  437.       Caption = '+xx.xxV'
  438.       Color = clBtnFace
  439.       Enabled = False
  440.       Font.Charset = DEFAULT_CHARSET
  441.       Font.Color = clWindowText
  442.       Font.Height = -12
  443.       Font.Name = 'MS Sans Serif'
  444.       Font.Style = []
  445.       ParentColor = False
  446.       ParentFont = False
  447.       ParentShowHint = False
  448.       ShowHint = True
  449.       TabOrder = 2
  450.     end
  451.     object Edit8: TStaticText
  452.       Left = 252
  453.       Top = 15
  454.       Width = 41
  455.       Height = 16
  456.       Alignment = taCenter
  457.       AutoSize = False
  458.       BorderStyle = sbsSunken
  459.       Caption = '+x.xxV'
  460.       Color = clBtnFace
  461.       Enabled = False
  462.       Font.Charset = DEFAULT_CHARSET
  463.       Font.Color = clWindowText
  464.       Font.Height = -12
  465.       Font.Name = 'MS Sans Serif'
  466.       Font.Style = []
  467.       ParentColor = False
  468.       ParentFont = False
  469.       ParentShowHint = False
  470.       ShowHint = True
  471.       TabOrder = 3
  472.     end
  473.     object Edit9: TStaticText
  474.       Left = 111
  475.       Top = 40
  476.       Width = 41
  477.       Height = 16
  478.       Alignment = taCenter
  479.       AutoSize = False
  480.       BorderStyle = sbsSunken
  481.       Caption = '-x.xxV'
  482.       Color = clBtnFace
  483.       Enabled = False
  484.       Font.Charset = DEFAULT_CHARSET
  485.       Font.Color = clWindowText
  486.       Font.Height = -12
  487.       Font.Name = 'MS Sans Serif'
  488.       Font.Style = []
  489.       ParentColor = False
  490.       ParentFont = False
  491.       ParentShowHint = False
  492.       ShowHint = True
  493.       TabOrder = 4
  494.     end
  495.     object Edit10: TStaticText
  496.       Left = 36
  497.       Top = 40
  498.       Width = 49
  499.       Height = 16
  500.       Alignment = taCenter
  501.       AutoSize = False
  502.       BorderStyle = sbsSunken
  503.       Caption = '-xx.xxV'
  504.       Color = clBtnFace
  505.       Enabled = False
  506.       Font.Charset = DEFAULT_CHARSET
  507.       Font.Color = clWindowText
  508.       Font.Height = -12
  509.       Font.Name = 'MS Sans Serif'
  510.       Font.Style = []
  511.       ParentColor = False
  512.       ParentFont = False
  513.       ParentShowHint = False
  514.       ShowHint = True
  515.       TabOrder = 5
  516.     end
  517.     object Edit12: TStaticText
  518.       Left = 188
  519.       Top = 39
  520.       Width = 40
  521.       Height = 16
  522.       Alignment = taCenter
  523.       AutoSize = False
  524.       BorderStyle = sbsSunken
  525.       Caption = '+x.xxV'
  526.       Color = clBtnFace
  527.       Enabled = False
  528.       Font.Charset = DEFAULT_CHARSET
  529.       Font.Color = clWindowText
  530.       Font.Height = -12
  531.       Font.Name = 'MS Sans Serif'
  532.       Font.Style = []
  533.       ParentColor = False
  534.       ParentFont = False
  535.       ParentShowHint = False
  536.       ShowHint = True
  537.       TabOrder = 6
  538.     end
  539.   end
  540.   object RxTrayIcon1: TRxTrayIcon
  541.     Icon.Data = {<image000.ico>}
  542.     Icons.Icons = {
  543.       03000000FE0200000000010001002020100000000000E8020000160000002800
  544.       0000200000004000000001000400000000008002000000000000000000000000
  545.       0000000000000000000000008000008000000080800080000000800080008080
  546.       000080808000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF
  547.       0000FFFFFF0077777777777777777777777777777777F7777777777777777777
  548.       777777777777FF888880088800800000088008888877FF8888800888007AAAAA
  549.       A08008888877FF888880088807AAAAAAAA7008888877FF888000000007AAAAAA
  550.       AA7000088877FF888000000007AAAAAAAA7000088877FF000000000007AAAAAA
  551.       AA7000000077FF0000000000007AAAAAA70000000077FF888000000FF0070000
  552.       700000088877FF88800000FFFF07AAAA700000088877FF8880000FF00FF7AAAA
  553.       700000088877FF0000000FF00007AAAA700000000077FF0000000FF000070000
  554.       700000000077FF8880000FF00007AAAA700000088877FF8880000FF00007AAAA
  555.       700000088877FF8880000FF00007AAAA700000088877FF0000000FF000070000
  556.       700000000077FF0000000FF00007FFFF700000000077FF88800FFFFFF007FFFF
  557.       700000088877FF88800FFFFFF007FFFF700000088877FF8880000FF000070000
  558.       700000088877FF0000000FF0FF07FFFF700000000077FF000000000F00F7FFFF
  559.       700000000077FF888000000F00F7FFFF700000088877FF8880000000FF070000
  560.       700000088877FF88888008880087FFFF708008888877FF88888008880087FFFF
  561.       708008888877FF888880088800877777708008888877FF888888888888880000
  562.       088888888877FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77FFFFFFFFFFFFFFFFFFFF
  563.       FFFFFFFFFFF70000000000000000000000000000000000000000000000000000
  564.       0000000000000000000000000000000000000000000000000000000000000000
  565.       0000000000000000000000000000000000000000000000000000000000000000
  566.       0000000000000000000000000000000000000000000000000000000000000000
  567.       000000000000FE0200000000010001002020100000000000E802000016000000
  568.       2800000020000000400000000100040000000000800200000000000000000000
  569.       0000000000000000000000000000800000800000008080008000000080008000
  570.       8080000080808000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00
  571.       FFFF0000FFFFFF0077777777777777777777777777777777F777777777777777
  572.       7777777778777777FF888880088800800000088008888877FF8888800888007B
  573.       BBBBB08008888877FF888880088807BBBBBBBB7008888877FF888000000007BB
  574.       BBBBBB7000088877FF888000000007BBBBBBBB7000088877FF000000000007BB
  575.       BBBBBB7000000077FF0000000000007BBBBBB70000000077FF888000000FF007
  576.       0000700000088877FF88800000FFFF07BBBB700000088877FF8880000FF00FF7
  577.       BBBB700000088877FF0000000FF00007BBBB700000000077FF0000000FF00007
  578.       0000700000000077FF8880000FF00007BBBB700000088877FF8880000FF00007
  579.       BBBB700000088877FF8880000FF00007BBBB700000088877FF0000000FF00007
  580.       0000700000000077FF0000000FF00007BBBB700000000077FF88800FFFFFF007
  581.       BBBB700000088877FF88800FFFFFF007BBBB700000088877FF8880000FF00007
  582.       0000700000088877FF0000000FF0FF07FFFF700000000077FF000000000F00F7
  583.       FFFF700000000077FF888000000F00F7FFFF700000088877FF8880000000FF07
  584.       0000700000088877FF88888008880087FFFF708008888877FF88888008880087
  585.       FFFF708008888877FF88888008880087FFFF708008888877FF88888888888888
  586.       0000088888888877FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77FFFFFFFFFFFFFFFF
  587.       FFFFFFFFFFFFFFF7000000000000000000000000000000000000000000000000
  588.       0000000000000000000000000000000000000000000000000000000000000000
  589.       0000000000000000000000000000000000000000000000000000000000000000
  590.       0000000000000000000000000000000000000000000000000000000000000000
  591.       0000000000000000FE0200000000010001002020100000000000E80200001600
  592.       0000280000002000000040000000010004000000000080020000000000000000
  593.       0000000000000000000000000000000080000080000000808000800000008000
  594.       80008080000080808000C0C0C0000000FF0000FF000000FFFF00FF000000FF00
  595.       FF00FFFF0000FFFFFF0077777777777777777777777777777777F77777777777
  596.       77777777777778777777FF888880088800800000088008888877FF8888800888
  597.       00799999908008888877FF888880088807999999997008888877FF8880000000
  598.       07999999997000088877FF888000000007999999997000088877FF0000000000
  599.       07999999997000000077FF000000000000799999970000000077FF888000000F
  600.       F0070000700000088877FF88800000FFFF079999700000088877FF8880000FF0
  601.       0FF79999700000088877FF0000000FF000079999700000000077FF0000000FF0
  602.       00070000700000000077FF8880000FF000079999700000088877FF8880000FF0
  603.       00079999700000088877FF8880000FF000079999700000088877FF0000000FF0
  604.       00070000700000000077FF0000000FF000079999700000000077FF88800FFFFF
  605.       F0079999700000088877FF88800FFFFFF0079999700000088877FF8880000FF0
  606.       00070000700000088877FF0000000FF0FF079999700000000077FF000000000F
  607.       00F79999700000000077FF888000000F00F79999700000088877FF8880000000
  608.       FF070000700000088877FF88888008880087FFFF708008888877FF8888800888
  609.       0087FFFF708008888877FF88888008880087FFFF708008888877FF8888888888
  610.       88880000088888888877FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77FFFFFFFFFFFF
  611.       FFFFFFFFFFFFFFFFFFF700000000000000000000000000000000000000000000
  612.       0000000000000000000000000000000000000000000000000000000000000000
  613.       0000000000000000000000000000000000000000000000000000000000000000
  614.       0000000000000000000000000000000000000000000000000000000000000000
  615.       00000000000000000000}
  616.     PopupMenu = PopupMenu1
  617.     Left = 168
  618.     Top = 65512
  619.   end
  620.   object Timer1: TTimer
  621.     Enabled = False
  622.     Interval = 2000
  623.     OnTimer = ReadData
  624.     Left = 136
  625.     Top = 65515
  626.   end
  627.   object PopupMenu1: TPopupMenu
  628.     Alignment = paRight
  629.     Left = 104
  630.     Top = 65515
  631.     object Restore1: TMenuItem
  632.       Caption = '&Restore'
  633.       Default = True
  634.       OnClick = RestoreClick
  635.     end
  636.     object Settings1: TMenuItem
  637.       Caption = '&Settings'
  638.       OnClick = SettingsClick
  639.     end
  640.     object About1: TMenuItem
  641.       Caption = '&About'
  642.       OnClick = AboutClick
  643.     end
  644.     object Close1: TMenuItem
  645.       Caption = '&Close'
  646.       OnClick = CloseClick
  647.     end
  648.   end
  649.   object SavePos: TFormPlacement
  650.     IniSection = 'Placement'
  651.     UseRegistry = True
  652.     Left = 204
  653.     Top = 65514
  654.   end
  655.   object Gradient: TRxGradientCaption
  656.     Captions = <>
  657.     FormCaption = 'Hardware sensors monitor'
  658.     Left = 236
  659.     Top = 65514
  660.   end
  661. end
  662.